github.com/gotd/td/internal/rpc.Engine.log (field)
9 uses
github.com/gotd/td/internal/rpc (current package)
ack.go#L15: e.log.Debug("Acknowledge callback not set", zap.Int64("msg_id", id))
ack.go#L28: log := e.log.With(zap.Int64("ack_id", id))
engine.go#L26: log *zap.Logger
engine.go#L55: log: cfg.Logger,
engine.go#L86: log := e.log.With(zap.Int64("msg_id", req.MsgID))
engine.go#L185: log = e.log.Named("retry").With(zap.Int64("msg_id", req.MsgID))
engine.go#L241: e.log.Warn("rpc callback not set", zap.Int64("msg_id", msgID))
engine.go#L254: e.log.Warn("rpc callback not set", zap.Int64("msg_id", msgID))
engine.go#L271: e.log.Info("Close called")
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |